projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c897daf
)
statusbar: Remove a misleading doc comment
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 29 Sep 2020 02:43:42 +0000
(22:43 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 29 Sep 2020 11:04:07 +0000
(07:04 -0400)
gtk/gtkstatusbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstatusbar.c
b/gtk/gtkstatusbar.c
index b5999641378c382998d44bee81e2e93153f2a80b..addb48eef44e834319da3229d212c47a3d8bfce7 100644
(file)
--- a/
gtk/gtkstatusbar.c
+++ b/
gtk/gtkstatusbar.c
@@
-489,15
+489,7
@@
gtk_statusbar_remove_all (GtkStatusbar *statusbar,
}
}
-/* < private >
- * gtk_statusbar_get_message_area:
- * @statusbar: a #GtkStatusbar
- *
- * Retrieves the box containing the label widget.
- *
- * Returns: (type Gtk.Box) (transfer none): a #GtkBox
- */
-const char*
+const char *
gtk_statusbar_get_message (GtkStatusbar *statusbar)
{
g_return_val_if_fail (GTK_IS_STATUSBAR (statusbar), NULL);